GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > CommandResult 構造体 > CommandResult コンストラクタ : CommandResult コンストラクタ(Boolean,CommandActions,Worksheet,Reference[],CellReference) |
'Declaration
Public Function New( _ ByVal success As Boolean, _ ByVal commandAction As CommandActions, _ ByVal worksheet As Worksheet, _ ByVal selections() As Reference, _ ByVal activeCell As CellReference _ )
public CommandResult( bool success, CommandActions commandAction, Worksheet worksheet, Reference[] selections, CellReference activeCell )